Click or drag to resize

Subscription Class

Represents a subscription.
Inheritance Hierarchy

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public abstract class Subscription

The Subscription type exposes the following members.

Constructors
  NameDescription
Protected methodSubscription
Initializes a new instance of the Subscription class
Top
Properties
  NameDescription
Public propertyEventTypes
Contains a collection of event notifications that are used to create a subscription.
Public propertyFolders
Contains a collection of folder identifiers that are used to identify folders to monitor for event notifications.
Public propertySubscribeToAllFolders
Public propertyWatermark
Represents an event bookmark in the mailbox events table.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also